home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3thumbng.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_THUMBNAILGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_THUMBNAILGADGET = 1736;
-
-
-
-
-
-
-
- R3THNGA_ReadOnly = 1736500;
- function SetR3THNGA_ReadOnly(value) {
- R3Set(this.r3obj, R3THNGA_ReadOnly, value, R3TID_BOOLEAN, 0);
- }
-
- R3THNGA_UpdateImageObj = 1736501;
- function SetR3THNGA_UpdateImageObj(value) {
- R3Set(this.r3obj, R3THNGA_UpdateImageObj, value, R3TID_OBJECT, 0);
- }
-
- R3THNGA_UpdateImageMth = 1736502;
- function SetR3THNGA_UpdateImageMth(value) {
- R3Set(this.r3obj, R3THNGA_UpdateImageMth, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Thumbnailgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_THUMBNAILGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.SetReadOnly=SetR3THNGA_ReadOnly;
- this.SetUpdateImageObj=SetR3THNGA_UpdateImageObj;
- this.SetUpdateImageMth=SetR3THNGA_UpdateImageMth;
- }
-
- r3Thumbnailgadget.prototype=new r3Gadget;
- // r3thumbng.h_H